projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d8abd
)
* lisp/emacs-lisp/package.el: Change from a few days ago needs seq.
author
Glenn Morris
<rgm@gnu.org>
Thu, 7 Apr 2016 20:26:55 +0000
(16:26 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 7 Apr 2016 20:26:55 +0000
(16:26 -0400)
; Warning 'foo' is not known to be defined is always a bug.
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 29de2c9b07f0615d41dc37e8454ee895122bab30..7a5b020203e8af1d524d2b6cdb736ca03e195cfa 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-146,6
+146,7
@@
(eval-when-compile (require 'subr-x))
(eval-when-compile (require 'cl-lib))
(eval-when-compile (require 'epg)) ;For setf accessors.
+(require 'seq)
(require 'tabulated-list)
(require 'macroexp)